home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / MSGFORM2.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-03-22  |  6.0 KB  |  207 lines

  1. VERSION 2.00
  2. Begin Form MsgForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "Message Form"
  6.    ClientHeight    =   3975
  7.    ClientLeft      =   1575
  8.    ClientTop       =   2835
  9.    ClientWidth     =   6285
  10.    Height          =   4350
  11.    Left            =   1530
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   3975
  14.    ScaleWidth      =   6285
  15.    Top             =   2505
  16.    Width           =   6375
  17.    Begin MForm MForm1 
  18.       Height          =   255
  19.       Left            =   3120
  20.       MXFormName      =   "FormTag4"
  21.       Top             =   3600
  22.       Width           =   2055
  23.    End
  24.    Begin MFile MFile1 
  25.       BindString      =   "MMsg1"
  26.       DisplayDialog   =   0   'False
  27.       DisplayErrors   =   0   'False
  28.       Height          =   420
  29.       Left            =   720
  30.       Top             =   1680
  31.       Width           =   420
  32.    End
  33.    Begin MReci MReci1 
  34.       AddRecipientClass=   1  '1- TO:
  35.       AddressCaption  =   ""
  36.       AddressEditNum  =   3
  37.       BindString      =   "MMsg1"
  38.       DetailModifiable=   -1  'True
  39.       DisplayErrors   =   0   'False
  40.       FetchType       =   0  '0- Originator
  41.       Height          =   420
  42.       Left            =   120
  43.       ResolveDialog   =   -1  'True
  44.       Top             =   1680
  45.       Width           =   420
  46.    End
  47.    Begin MMsg MMsg1 
  48.       BindString      =   "FormTag2.MSess1"
  49.       BodyAsFile      =   0   'False
  50.       DisplayErrors   =   0   'False
  51.       DisplaySendDialog=   -1  'True
  52.       EnvelopeOnly    =   0   'False
  53.       FetchMsgType    =   ""
  54.       Height          =   420
  55.       Left            =   480
  56.       MarkAsRead      =   0   'False
  57.       SortMsg         =   0   'False
  58.       SuppressAttach  =   0   'False
  59.       TimeFormat      =   "%I:%M:%S %p. %B %d, %Y "
  60.       Top             =   3480
  61.       UnreadOnly      =   0   'False
  62.       Width           =   420
  63.       WorkingMsg      =   0  '0- Inbox Message
  64.    End
  65.    Begin ComboBox szFileList 
  66.       Height          =   300
  67.       Left            =   1320
  68.       TabIndex        =   15
  69.       Top             =   2655
  70.       Width           =   1935
  71.    End
  72.    Begin TextBox szOriginator 
  73.       Height          =   375
  74.       Left            =   4440
  75.       TabIndex        =   14
  76.       Top             =   2640
  77.       Width           =   1575
  78.    End
  79.    Begin SSPanel Panel3D1 
  80.       BackColor       =   &H00C0C0C0&
  81.       BevelInner      =   1  'Inset
  82.       Font3D          =   0  'None
  83.       Height          =   615
  84.       Left            =   -15
  85.       TabIndex        =   8
  86.       Top             =   0
  87.       Width           =   6300
  88.       Begin CommandButton BtnForward 
  89.          Caption         =   "Forward"
  90.          Height          =   420
  91.          Left            =   2865
  92.          TabIndex        =   11
  93.          Top             =   75
  94.          Width           =   1155
  95.       End
  96.       Begin CommandButton btnReply 
  97.          Caption         =   "Reply"
  98.          Height          =   420
  99.          Left            =   1455
  100.          TabIndex        =   10
  101.          Top             =   75
  102.          Width           =   1170
  103.       End
  104.       Begin CommandButton BtnHide 
  105.          Caption         =   "End Msg"
  106.          Height          =   420
  107.          Left            =   105
  108.          TabIndex        =   9
  109.          Top             =   75
  110.          Width           =   1125
  111.       End
  112.    End
  113.    Begin TextBox szMsgID 
  114.       Height          =   495
  115.       Left            =   1320
  116.       TabIndex        =   7
  117.       Top             =   3120
  118.       Width           =   4695
  119.    End
  120.    Begin TextBox szTime 
  121.       Height          =   375
  122.       Left            =   1200
  123.       TabIndex        =   6
  124.       Top             =   2160
  125.       Width           =   4815
  126.    End
  127.    Begin TextBox szNoteText 
  128.       Height          =   855
  129.       Left            =   1200
  130.       MultiLine       =   -1  'True
  131.       TabIndex        =   3
  132.       Top             =   1200
  133.       Width           =   4815
  134.    End
  135.    Begin TextBox szSubject 
  136.       Height          =   375
  137.       Left            =   1200
  138.       TabIndex        =   1
  139.       Top             =   720
  140.       Width           =   4815
  141.    End
  142.    Begin Label Label6 
  143.       BackColor       =   &H00C0C0C0&
  144.       Caption         =   "Attachments:"
  145.       Height          =   375
  146.       Left            =   120
  147.       TabIndex        =   13
  148.       Top             =   2640
  149.       Width           =   1215
  150.    End
  151.    Begin Label Label5 
  152.       BackColor       =   &H00C0C0C0&
  153.       Caption         =   "Originator:"
  154.       Height          =   375
  155.       Left            =   3450
  156.       TabIndex        =   12
  157.       Top             =   2685
  158.       Width           =   960
  159.    End
  160.    Begin Label Label4 
  161.       BackColor       =   &H00C0C0C0&
  162.       Caption         =   "Message ID:"
  163.       Height          =   375
  164.       Left            =   120
  165.       TabIndex        =   5
  166.       Top             =   3240
  167.       Width           =   1215
  168.    End
  169.    Begin Label Label3 
  170.       BackColor       =   &H00C0C0C0&
  171.       Caption         =   "Time:"
  172.       Height          =   270
  173.       Left            =   150
  174.       TabIndex        =   4
  175.       Top             =   2235
  176.       Width           =   855
  177.    End
  178.    Begin Label Label2 
  179.       BackColor       =   &H00C0C0C0&
  180.       Caption         =   "Note Text:"
  181.       Height          =   375
  182.       Left            =   120
  183.       TabIndex        =   2
  184.       Top             =   1200
  185.       Width           =   975
  186.    End
  187.    Begin Label Label1 
  188.       BackColor       =   &H00C0C0C0&
  189.       Caption         =   "Subject:"
  190.       Height          =   375
  191.       Left            =   120
  192.       TabIndex        =   0
  193.       Top             =   720
  194.       Width           =   855
  195.    End
  196. Sub BtnForward_Click ()
  197.     MMsg1.Action = ACTION_FORWARD
  198.     MMsg1.Action = ACTION_SENDMSG
  199. End Sub
  200. Sub BtnHide_Click ()
  201.     Unload Me
  202. End Sub
  203. Sub btnReply_Click ()
  204.     MMsg1.Action = ACTION_REPLY
  205.     MMsg1.Action = ACTION_SENDMSG
  206. End Sub
  207.